PCサイト用のセッションデータ管理クラス
Located in /class/session/sessionfactory/SC_SessionFactory_UseRequest.php (line 390)
LC_UseRequest_State | --LC_UseRequest_State_PC
Inherited from LC_UseRequest_State
LC_UseRequest_State::$lifetime
LC_UseRequest_State::$namespace
LC_UseRequest_State::$validate
コンストラクタ セッションのデータ構造は下のようになる.
$_SESSION["pc"]=> array( ["model"] => "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" ["ip"] => "127.0.0.1" ["expires"] => 1204699031 )
セッションデータを初期化する.
Inherited From LC_UseRequest_State
LC_UseRequest_State::getExpire()
LC_UseRequest_State::getIp()
LC_UseRequest_State::getLifeTime()
LC_UseRequest_State::getModel()
LC_UseRequest_State::getNameSpace()
LC_UseRequest_State::getValue()
LC_UseRequest_State::inisializeSessionData()
LC_UseRequest_State::setValue()
LC_UseRequest_State::updateExpire()
LC_UseRequest_State::updateIp()
LC_UseRequest_State::validateExpire()
LC_UseRequest_State::validateIp()
LC_UseRequest_State::validateNameSpace()
LC_UseRequest_State::validateSessionData()
Documentation generated on Tue, 28 Apr 2009 18:13:42 +0900 by phpDocumentor 1.4.2